home *** CD-ROM | disk | FTP | other *** search
/ EuroCD 3 / EuroCD 3.iso / Programming / Amos / AMOSList-0497 / AMOSLIST / text0135.txt < prev    next >
Encoding:
Text File  |  1998-06-24  |  2.0 KB  |  54 lines

  1. On 15-Apr-97, Laurie Curwood sat on a keyboard and produced this mess:
  2.  
  3. > If anyone is interested, I have almost finished coding a Multi Plot 
  4. > command, to add to my Falcon Extension (Available from my web page, read
  5. > a previous message). This command has the following capabilites:
  6.  
  7. > Multi Plot X,Y,N,A
  8.  
  9. Sounds excellent. A very useful command.
  10.  
  11. > Interested? Good. It will be available VERY SHORTLY! First, though, I want to
  12. > know what features you think I should put in it! (Nothing too difficult). Tell
  13. > me if it is worth making the same command, but going down instead of accross
  14. > etc. And what you think the syntax should be.
  15.  
  16. How about a multi plot that can do a whole box? Say, something like:
  17.  
  18. Multi Plot x1,y1 To x2,y2,A
  19.  
  20. And how about commands which can insert and delete elements in an array
  21. quickly. Obviously not resize it, just shift the data about. It would
  22. be far more efficient and less cumbersome than the normal AMOS method.
  23. The command could be:
  24.  
  25. Array Insert Array(n()),n
  26.  
  27. Or something like that. I'm not totally sure about the AMOS Array()
  28. function, but it seems to be the only way of doing such things with
  29. extensions.
  30.  
  31. A command I would find occasionally useful would be something that pastes
  32. a bob image down, at a zoomed down ratio. eg
  33.  
  34. Paste Zoomed Bob n,x1,y1 To x2,y2
  35.  
  36. So this:
  37.  
  38. Paste Zoomed Bob 4,100,100 To 120,130
  39.  
  40. Would paste bob 4, resizing it to fit into the specified box. With support
  41. for masks if possible.
  42.  
  43. The current alternative method to this is to open a new screen, Paste Bob
  44. on to it, Zoom it down, Get Bob it and Paste Bob it on the original screen.
  45. Rather a messy and slow method, I'm sure you'll agree.
  46.  
  47. Bye ____________________________________________________
  48.    /                                                    \
  49.   / Ben Wyatt - bwyatt@paston.co.uk or b.wyatt@uea.ac.uk \
  50.   \   http://www.paston.co.uk/users/bwyatt/index.html    /
  51.    \____________________________________________________/
  52.         (c)1995-97 Very Interesting Signatures Ltd.
  53.  
  54.